home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_d / dino01.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-01-01  |  333b  |  21 lines

  1. echo off
  2. if EXIST DINO02.EXE goto ok
  3. echo You must copy all the files to the hard disk first.
  4. echo Read "README.1ST".
  5. goto end
  6.  
  7. :ok
  8. echo -
  9. echo The current directory is:
  10. dir
  11. echo -   
  12. echo Installing "Dollars and Dinosaurs" in the current directory
  13. pause
  14. dino01 -d
  15. dino02 -d
  16. echo Type DD to start.
  17. :end
  18.  
  19. echo on
  20.  
  21.